home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / phbench.zip / RUN-ALL.BAT < prev    next >
DOS Batch File  |  1993-01-04  |  364b  |  19 lines

  1. cl benchreg.c
  2. command /c time-cmd benchreg >benchreg.out
  3.  
  4. cl benchsho.c
  5. command /c time-cmd benchsho >benchsho.out
  6.  
  7. cl benchlng.c
  8. command /c time-cmd benchlng >benchlng.out
  9.  
  10. cl benchfn.c
  11. command /c time-cmd benchfn >benchfn.out
  12.  
  13. cl benchmul.c
  14. command /c time-cmd benchmul >benchmul.out
  15.  
  16. cl benchdbl.c
  17. command /c time-cmd benchdbl >benchdbl.out
  18.  
  19.